gh-146352: In Emscripten pyrepl test, pick port dynamically#146375
gh-146352: In Emscripten pyrepl test, pick port dynamically#146375freakboy3742 merged 3 commits intopython:mainfrom
Conversation
So we don't run into problems when we run multiple copies of the buildbot at once.
0a4cdbf to
eb54331
Compare
freakboy3742
left a comment
There was a problem hiding this comment.
Looks good; two (related) suggestions to address the hard-coding of the cross-build directory, since this PR shows how to get environment vars into the test script.
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
freakboy3742
left a comment
There was a problem hiding this comment.
👍 LGTM - thanks for the fix!
|
Thanks @hoodmane for the PR, and @freakboy3742 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
|
Sorry, @hoodmane and @freakboy3742, I could not cleanly backport this to |
|
GH-146411 is a backport of this pull request to the 3.14 branch. |
…lly (pythonGH-146375) Dynamically allocates the port for the pyrepl browser test, so that multiple tests can run at the same time. Also allows the pyrepl test to honor the CROSS_BUILD_DIR environment variable. (cherry picked from commit 2be147e) Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
|
Thanks for the fix! |
So we don't run into problems when we run multiple copies of the buildbot at once.